Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storybook #1599

Closed
wants to merge 8 commits into from
Closed

Storybook #1599

wants to merge 8 commits into from

Conversation

GiantRobots
Copy link
Contributor

…apper to come

Description & motivation 💭

Screenshots (if applicable) 📸

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

Docs

Any docs updates needed?

@GiantRobots GiantRobots requested review from stevekinney and a team as code owners August 29, 2023 22:38
@vercel
Copy link

vercel bot commented Aug 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
holocene ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 31, 2023 11:53pm
storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 31, 2023 11:53pm

@vercel vercel bot temporarily deployed to Preview – storybook August 31, 2023 22:08 Inactive
@vercel vercel bot temporarily deployed to Preview – storybook August 31, 2023 22:15 Inactive
@vercel vercel bot temporarily deployed to Preview – storybook August 31, 2023 22:25 Inactive
@vercel vercel bot temporarily deployed to Preview – storybook August 31, 2023 22:28 Inactive
src/stories/Button.stories.ts Outdated Show resolved Hide resolved
src/stories/ReadMe.mdx Outdated Show resolved Hide resolved
@vercel vercel bot temporarily deployed to Preview – storybook August 31, 2023 22:59 Inactive
@vercel vercel bot temporarily deployed to Preview – storybook August 31, 2023 23:53 Inactive
Copy link
Contributor

@rossedfort rossedfort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎨

Comment on lines +21 to +26
variant: {
control: {
type: 'select',
},
options: ['primary', 'secondary', 'destructive', 'ghost'],
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a future project, try to type this such that we can only have controls with valid prop names/values.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100% They kind of were before but not sure why this wasn't typed correctly. I think it ends up being a weird generic thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants